home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol C-14
/
Vol C-14.iso
/
games
/
panic_pi.swf
/
scripts
/
DefineButton2_317
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2012-04-23
|
141b
|
9 lines
on(release){
if(Paused eq "False")
{
stopAllSounds();
call("/Library:Clear_Level");
call("GoToMenu");
}
}